scripts: devel-build: disable json-c tests
authorÁlvaro Fernández Rojas <[email protected]>
Fri, 14 Nov 2025 07:35:18 +0000 (08:35 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 14 Nov 2025 07:35:18 +0000 (08:35 +0100)
Disable BUILD_TESTING to save time when building json-c.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
scripts/devel-build.sh

index a100c00164d6a6759dc63d822242d4f625fc4407..eaae557ade3c3f15679ca162c7bfe67d27214609 100755 (executable)
@@ -37,6 +37,7 @@ cmake                                                 \
        -DCMAKE_PREFIX_PATH="${BUILDDIR}"               \
        -DBUILD_SHARED_LIBS=OFF                         \
        -DDISABLE_EXTRA_LIBS=ON                         \
+       -DBUILD_TESTING=OFF                             \
        --install-prefix "${BUILDDIR}"
 make
 make install